[][src]Crate refinery_macros

Contains Refinery macros

used to import and embed migration files

Macros

embed_migrations

embeds sql migration files and inserts a function called runner that when called returns a Runner instance with the collected migration files

include_migration_mods

imports rust migration modules with migrations and inserts a function called runner that when called returns a Runner instance with the collected migration modules.